Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - flash erase
Search - flash erase - List
DL : 0
在St e ll a ri s 系列不同型号里带有8 ~256KB的Flash存储器(后续型号容量可能更大)。单片机教程网:http://www.ipbb.cn Flash用于存储代码和固定数表,正常情况下只能用于执行程序,而不能直接修改存储的内 容。但是,片内集成的Flash控制器提供了一个友好的用户接口,使得Flash存储器可以在 应用程序的控制下进行擦除、编程等操作。在Flash存储器中还可以应用保护机制,防止Flas h 内容被修改或读出。 1 . Flash存储器区块 -St e ll a ri s series of different models with 8 ~ 256KB Flash memory (the follow-up model may be greater capacity). Microcontroller tutorial network: http://www.ipbb.cn Flash is used to store code and a fixed number of tables, under normal circumstances, can only be used to execute programs, and can not directly modify the contents of the storage. However, the integrated chip Flash controller provides a user-friendly interface, Flash memory erase, program operations can be carried out under the control of the application. Flash memory protection mechanisms can be applied to prevent the Flas h be modified or read out. 1. Flash memory blocks
Update : 2024-05-20 Size : 136192 Publisher : 陈仙

实现对flash:AM29LV800BT的读写以及擦除等操作,采用ti 55xx系列编写-Achieve In flash: AM29LV800BT of operations such as read, write, and erase using written ti 55xx series
Update : 2024-05-20 Size : 98304 Publisher : tianma

nand flash控制器的设计与验证文档,里面有读写擦除具体的控制步骤,还有在FPGA下的验证。-nand flash controller design and verification of documents, which read and write to erase specific control steps, as well as the FPGA verification.
Update : 2024-05-20 Size : 5384192 Publisher : 郑帅

DL : 0
NEC自升级,为了对flash存储器编程,78K0/Kx2 MCU需要执行位于隐藏ROM中的代码。可以调用这些隐藏的函数来检查没有使用的区域(空白检查),对MCU内任何可用的存储单元擦除或写代码,为了实现该功能,应用程序中必需包含能够访问这些隐藏固件的代码,因此为了能够自编程必需预先对MCU的flash写入这些代码。-NEC since upgraded to the flash memory programming, 78K0/Kx2 MCU located in a hidden code in the ROM needs to perform. Hidden functions can call to check there is no area (blank check) to erase or write the code on the MCU any available storage unit, in order to achieve this function, the application must contain able to access these hidden firmware code, so In order to be able to self-programming necessary to advance the MCU flash write these codes.
Update : 2024-05-20 Size : 124928 Publisher : adventure

基于STM32的SPI通信协议,利用SPI总线使主机与FLASH通信,实现读取、写入、擦除等功能。包括库文件和其他配置文件。-STM32-based SPI communication protocol using the SPI bus host with FLASH communications to achieve read, write, erase and other functions. Including library files and other configuration files.
Update : 2024-05-20 Size : 4429824 Publisher : wby

DL : 0
NAND Flash的读写擦除 S5PV210的NAND Flash控制器有如下特点: 1) 支持512byte,2k,4k,8k的页大小 2) 通过各种软件模式来进行NAND Flash的读写擦除等 3) 8bit的总线 4) 支持SLC和MCL的NAND Flash 5) 支持1/4/8/12/16bit的ECC 6) 支持以字节/半字/字为单位访问数据/ECC寄存器,以字为单位访问其他寄存器。 注意:在此使用的Mini210S的NAND Flash类型为SLC,大小为1G,型号为K9K8G08U0A。所以本章的内容是针对SLC类型的NAND Flash(包括256M/512M/1GB等),并不适用MLC类型的NAND Flash。-NAND Flash read and write erase S5PV210 NAND Flash controller has the following characteristics: 1) Support 512byte, 2k, 4k, 8K page size 2) through a variety of software for NAND Flash read and write erase 3) 8-bit Bus 4) support SLC and MCL NAND Flash 5) support 1/4/8/12/16bit ECC 6) support to the byte/halfword/word unit to access the data/ECC register, in word units to access other register. Note: the use Mini210S in this type of NAND Flash SLC size for 1G, model K9K8G08U0A. Therefore, this chapter is the type SLC NAND Flash (including 256M/512M/1GB), does not apply to the MLC type NAND Flash.
Update : 2024-05-20 Size : 26624 Publisher : 王瑞

DL : 0
该程序详细介绍了DSP6455擦除FLASH和向FALSH写的过程,向FLASh写分了几种情况-The procedure described in detail DSP6455 erase FLASH and the process of writing to FALSH to FLASh wrote several cases of
Update : 2024-05-20 Size : 522240 Publisher :

DL : 0
lpc3250 flash spi 不用操作系统,在裸机情况下,进行flash写/擦 操作-lpc3250 flash spi without operating system on bare metal case for flash write/erase operations
Update : 2024-05-20 Size : 488448 Publisher : lipengchong

针对STM32F10x系列设计的内部FLASH数据保存模块 相对循环页擦除算法,采用更简洁的单页无限擦除算法,当该页擦坏(10W次)自动跳转到下一页使用,在系统规划时只要设置一定数量的保留页,可满足常规产品使用寿命的设计要求。 功能与稳定性已经过商用项目验证。-Relative page erase cycle algorithm, using more concise one-page infinite erase algorithms, when the page chafe (10W times) automatically jump to the next use, as long as the system is planning to set a certain number of reserved pages, which can meet normal life of the product design requirements. Functionality and stability have been verified commercial projects.
Update : 2024-05-20 Size : 4096 Publisher : 朗夜

DL : 0
C8051F020中Flash存储器的在线擦写方法 很实用 很清晰的讲解-C8051F020 online in Flash memory erase method is very practical very clear explanation
Update : 2024-05-20 Size : 101376 Publisher : 孙建兴

基于STM32f107 操作内部闪存的demo代码,实现读、写、以及擦除功能,通过串口1 与PC链接,通过串口调试助手测试-Based on internal flash demo STM32f107 operation code, read, write, and erase functions with the PC via the serial port a link through the serial debugging assistant test
Update : 2024-05-20 Size : 1566720 Publisher : wangxjchn

用单片机,有些数据设置后需要掉电不丢失,一般首先想到的是使用eeprom,比如AVR中的Atmega系列有内部eeprom,也可以外接AT24C01之类的eeprom。这里介绍另外一种参数保存方法,Silicon Laboratories的C8051F系列,其内部程序存储区Flash可以在系统编程,功能类似于eeprom,掉电不丢失。 C8051F310内部有16K的在系统可编程Flash,地址从0x0000到0x3dff,以512字节作为一个扇区,这意味着每次擦除的时候,是对整个扇区擦除(置1),它不是面向单字节操作的,这点与eeprom不同。 -MCU, some of the data set is required after power failure, generally the first thought is to use the eeprom, such as AVR Atmega series of internal eeprom, you can add AT24C01 like eeprom. Here is another parameter preservation methods, Silicon Laboratories of C8051F series, its internal Flash program memory can be programmed in-system, similar in function eeprom, power failure. C8051F310 internal 16K in-system programmable Flash, address from 0x0000 to 0x3dff, as a 512-byte sectors, which means that each erasure, it is for the entire sector erase (set to 1), it is not single byte-oriented operations, and this point and eeprom different.
Update : 2024-05-20 Size : 448512 Publisher : wansujie

NAND Flash has become the most widely used electronic stable storage technology for embedded systems. As on-board storage capacity increases, the need for efficient indexing techniques arises. Such techniques are very challenging to design due to a combination of NAND Flash constraints (e.g., block-erase-before-page-rewrite con-straint and limited number of erase cycles) and embedded system constraints (e.g., tiny RAM and resource consumption predictability).
Update : 2024-05-20 Size : 583680 Publisher : alx

SCMprg2051
DL : 0
Using this programmer you can program the internal flash of the microcontroller AT89C2051 from Atmel. The AT89C2051 programmer is connected via the serial RS232 interface to a PC. In comparison with other programmers, you do not need a special software, a terminal program is sufficient. So there are no platform dependent limitations and it can be used universally. Generally the programmer supports two different modes: 1. User mode: The desired operation Program (including Erase), Verify, Read or Lockbits can be selected via a BCD switch and started by pressing a button. The desired programming data will be transmitted or received in binary format via the RS232 interface. A special software data handshake is not required. A LED shows the current status.
Update : 2024-05-20 Size : 83968 Publisher : Smriti

DL : 0
MSP430F149 FLASH的擦除 读写 等 C语言源代码-MSP430 FLASH READ WRITE ERASE C SOURCE CODE
Update : 2024-05-20 Size : 114688 Publisher : ss

CC430f5137的FLASH读写、擦除操作,希望对大家有帮助。-CC430f5137 the FLASH read and write, erase operation, we want to help.
Update : 2024-05-20 Size : 1024 Publisher : GPS设备

DL : 0
freescale的16位S12系列芯片MC9S12XEP100的Flash操作,包括初始化、擦除、写入。-freescale' s 16 S12 series chips MC9S12XEP100 the Flash operation, including initialization, erase, write.
Update : 2024-05-20 Size : 1479680 Publisher : cs

DL : 0
freescale的16位S12系列芯片MC9SXS128的D-Flash操作,包括初始化、擦除和写入。-freescale s 16 S12 series chips MC9SXS128 the D-Flash operation, including initialization, erase and write.
Update : 2024-05-20 Size : 925696 Publisher : cs

flashSSTVF160读写操作、擦除flash等操作源码、适用于学习、掌握flashSSTVF160-flashSSTVF160 read and write operations, erase flash and other operating source for learning and the acquisition flashSSTVF160
Update : 2024-05-20 Size : 7168 Publisher : ofillions

at45b161D STM32 driver ,适用于红牛开发板,write spi flash 和read spi flash 都已经验证过, erase 没有验证 -at45b161D STM32 driver ,适用于红牛开发板,write spi flash 和read spi flash 都已经验证过, erase 没有验证
Update : 2024-05-20 Size : 6144 Publisher : rainowen
« 1 2 ... 8 9 10 11 12 1314 15 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.